home *** CD-ROM | disk | FTP | other *** search
- /* $VER: WBStars_plot.h 2.0b4 (28 May 1997)
- */
-
- #ifndef WBSTARS_PLOT_H
- #define WBSTARS_PLOT_H
-
- /* Values for use in WBStars_plot.c */
- extern int width;
- extern int height;
- extern int Max_Objects;
- extern int Max_Stick;
- extern int Check_Stick;
- extern int V_Flutter;
- extern char Remember;
- extern char Force;
-
- /* WBStars_Functions.c */
- int SetPixel(int x, int y, char force);
- char ClearPixel(int x, int y, char color);
- char Test1Pixel(int x, int y);
- void LockPlotArea( void );
- void UnlockPlotArea( void );
-
- /* WBStars_plot.c */
- void InitObjects( void );
- void ClearObjects( void );
- void PlotObjects( void );
-
- #endif /* WBSTARS_PLOT_H */
-